home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / dt / launch11.zip / LAUNCHER.INI < prev    next >
Text File  |  1992-03-25  |  2KB  |  66 lines

  1. # all comment lines are preceded by a '#' character
  2. # Blank lines are permitted but not necessary
  3. # (Just make sure you don't have any spaces or tabs in them)
  4. # The launcher automatically detects your display resolution              
  5. # This file can be edited and re-read by the dock at run-time
  6.  
  7. # First the program needs the bitmap size (they must be square,
  8. #   so enter the length of one side).  The default is 48.  You
  9. #   must provide your own bitmaps if you want to use a different
  10. #   size.  Regular windows icons are 32x32.
  11.  
  12. 48
  13.  
  14. # Next you need the name of the editor you want by default
  15.  
  16. c:\windows\notepad.exe
  17.  
  18. # Then you put the programs you want in the dock just as you would
  19. #   run them from the command line.
  20. # The next line will be the path+name of the .bmp file you
  21. #   want to use as the icon for that application.
  22. # The .bmp files are currently 48x48 but this should be customizable soon.
  23.  
  24. # You can put as many as you want in the dock, but of course only
  25. #   so many of them can be shown.  a 1024x768 display holds up to 16
  26. #   icons of the default size (48x48)
  27.  
  28. c:\windows\launcher.exe
  29. c:\windows\launcher\launcher.bmp
  30.  
  31. c:\windows\control.exe
  32. c:\windows\launcher\controlp.bmp
  33.  
  34. c:\windows\cardfile.exe
  35. c:\windows\launcher\cardfile.bmp
  36.  
  37. c:\windows\notepad.exe
  38. c:\windows\launcher\notepad.bmp
  39.  
  40. c:\windows\pbrush.exe
  41. c:\windows\launcher\pbrush.bmp
  42.  
  43. c:\command.com
  44. c:\windows\launcher\doswind.bmp
  45.  
  46. c:\windows\clipbrd.exe
  47. c:\windows\launcher\folder.bmp
  48.  
  49. c:\windows\calendar.exe
  50. c:\windows\launcher\calendar.bmp
  51.  
  52. c:\windows\terminal.exe
  53. c:\windows\launcher\modem.bmp
  54.  
  55. c:\windows\sol.exe
  56. c:\windows\launcher\sol.bmp
  57.  
  58. c:\windows\write.exe
  59. c:\windows\launcher\edit.bmp
  60.  
  61. c:\windows\system\sysedit.exe
  62. c:\windows\launcher\sysedit.bmp
  63.  
  64. c:\windows\progman.exe
  65. c:\windows\launcher\progman.bmp
  66.